home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / robot software / webots-kros-1.0.1_setup.exe / {app} / kteam / include / machine / time.h < prev    next >
C/C++ Source or Header  |  1999-12-23  |  151b  |  11 lines

  1. #ifndef    _MACHTIME_H_
  2. #define    _MACHTIME_H_
  3.  
  4. #if defined(__arm__) || defined(__thumb__)
  5. #define _CLOCKS_PER_SEC_ 100
  6. #endif
  7.  
  8. #endif    /* _MACHTIME_H_ */
  9.  
  10.  
  11.